Skip to main content
Feedback

HTTP Status Dashboard

On the HTTP Status Dashboard you can view a summary of the logs on a particular runtime or environment during a specified period of time.

These logs cannot be viewed in other displays, such as Process Reporting or the Real-time Dashboard, but are available in the shared HTTP server logs. The codes are standard HTTP status codes: 1XX Informational, 3XX Redirection, 4XX Client Error, 5XX Server Error. 2XX Codes do not display because they are success codes.

note

The HTTP Status Dashboard is available only if the Services Enablement feature is enabled in your account.

The HTTP Status Dashboard page is divided into two sections, called gadgets, which display a Status Code Summary and Status Codes by Time.

HTTP Status dashboard

The HTTP Status Dashboard includes these messages, which cannot be viewed in other dashboards:

  • 400 Bad Request — There are miscellaneous errors with the request, for example, mismatches between the request and what is allowed for the operation.

  • 401 Unauthorized — Not reported if the user or account cannot be identified and the runtime cloud is multi-tenant.

  • 403 Forbidden — Authentication errors.

  • 404 Not Found — Invalid URL path.

  • 405 Method Not Allowed — The caller attempted to send input data to a process that cannot receive input data.

  • 413 Request Entity Too Large — The request data was too large.

  • 503 Service Unavailable — The caller has hit a throttle or the request was rejected because the runtime is starting or stopping.

Status Code Summary gadget

The Status Code Summary gadget shows the percentage of communication messages by status code type that occurred within the time frame you designated.

The status types color codes are:

  • Blue — unknown requests

  • Purple — 1XX Informational codes

  • Green — 3XX Redirection codes that indicate additional action is required to complete the request

  • Orange — 4XX Client Error codes

  • Red — 5XX Server Error codes where the server failed to fulfill an apparently valid request

The percentage that each message occurred within the designated time frame appears in the pie chart section and by pausing the cursor over a slice.

Status Codes by Time gadget

The Status Codes by Time gadget shows a bar chart of the number of status code messages that occurred on a daily, hourly, or date range.

The color codes are:

  • Blue — unknown requests

  • Purple — 1XX Informational codes

  • Green — 3XX Redirection codes that indicate additional action is required to complete the request

  • Orange — 4XX Client Error codes

  • Red — 5XX Server Error codes where the server failed to fulfill an apparently valid request

The number of status messages by type display when you pause on a color.